home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / mkrd101.zip / SAMPLE.TXT < prev    next >
Text File  |  1993-01-12  |  2KB  |  80 lines

  1. ;  Sample Text config file for MKRead
  2.  
  3. BBSPath E:\DL\TEST\
  4. ;  BBSPath is used to store config information
  5.  
  6. NodeListPath Z:\BBSD\NODELIST
  7. ;  NodeListPath is the path to the nodelist directory
  8.  
  9. Addr 1 1:110/290
  10. Addr 2 77:100/290
  11. ;  From 1 to 10 addresses (AKA's);
  12.  
  13. Sysop Mark May
  14. ;  Sysop name
  15.  
  16. Origin 1 Mythical Kingdom Tech Bbs HST/V32 513-237-7737
  17. Origin 2 Home of MK Software HST/V32 513-237-7737
  18. ;  From 1 to 10 Origin lines - number 1 is default
  19.  
  20. EchoLog Z:\BBSF\MAX\EchoToss.Log
  21. ;  Squish-style Echo log file
  22.  
  23. NodeIdx NodeIdx.MK
  24. ;  Filename (no path) of Node Index file
  25.  
  26. NodeInc NodeInc.MK
  27. ;  Filename (no path) of Node Include file
  28.  
  29. MsgArea 1
  30. ;  Start definition of message area
  31.   Name General Messages
  32. ;   Name of message area
  33.   AreaId H001Z:\BBSC\RA\
  34. ;   AreaId of message area (H=Hudson, S=Squish, F=*.Msg)
  35.   UseAddr 1
  36. ;   Which Address (AKA) to use
  37.   UseOrig 1
  38. ;    Which Origin to Use
  39.   MailType Local
  40. ;    Which mail type (Local, EchoMail, NetMail)
  41.   Allow Both
  42. ;    Which type of messages (Public, Priv, Both)
  43.   EndArea
  44. ;    End of msg area definition for area 1
  45.  
  46. MsgArea 2
  47.   Name Comments to Sysop
  48.   AreaId H002Z:\BBSC\RA\
  49.   UseAddr 1
  50.   UseOrig 1
  51.   MailType Local
  52.   Allow Priv
  53.   EndArea
  54.  
  55. MsgArea 7
  56.   Name BBS NetMail
  57.   AreaId H007Z:\BBSC\RA\
  58.   UseAddr 1
  59.   UseOrig 1
  60.   MailType NetMail
  61.   Allow Both
  62.   NoFido
  63.   EndArea
  64.  
  65. MsgArea 9
  66.   Name Muffin (Squish)
  67.   AreaId SZ:\BBSF\Max\Msg\Muffin
  68.   MailType EchoMail
  69.   Allow Public
  70.   AreaTag Muffin
  71.   EndArea
  72.  
  73. MsgArea 10
  74.   Name Ezy Support
  75.   AreaId E0010F:\Ezy\MsgBase
  76.   MailType EchoMail
  77.   Allow Public
  78.   AreaTag Ezy
  79.   EndArea
  80.